libxc/restore: Support v3 streams and handle STATIC_DATA_END
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 16 Dec 2019 19:03:14 +0000 (19:03 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 29 May 2020 16:33:03 +0000 (17:33 +0100)
commit6501e46ca797d445253ee48974220d939ae9ec4f
tree4ad3529fb95ab364c5f0bb93e6693843904df484
parent9a0749da8fdd62db1724fb855443dfcc8b6cbe6e
libxc/restore: Support v3 streams and handle STATIC_DATA_END

Higher level toolstacks may wish to know when the static data is complete, so
introduce a restore_callback for the purpose.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/include/xenguest.h
tools/libxc/xc_sr_common.h
tools/libxc/xc_sr_restore.c